home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / c / c-net_pro / c-netprov3.03a.dms / in.adf / xscripts / xdms2dms < prev    next >
Encoding:
AmigaDOS Script File  |  1994-01-04  |  941 b   |  33 lines

  1. .KEY NEWN,PATHF,FN
  2. .BRA {
  3. .KET }
  4.  
  5. ;the .key means to get options from the command line.
  6. ;they are placed into the variables following it.
  7. ;the .BRA and .KET redefine the normal bracket chars to { and }.
  8. ;see your AmigaDos Manual.
  9.  
  10. failat 40
  11. ;set script to a level that wont abort so easily.
  12.  
  13. changetaskpri -1
  14. ;lower task priority of programs so they dont take over system
  15.  
  16. stripper {PATHF}
  17. ;you must strip all dms texts on file or DMS may crash when
  18. ;repacking
  19.  
  20. ;failat 9
  21. ;reset failure level
  22.  
  23. ReDMS {PATHF} {FN}
  24. ;run the Arexx program ReDMS
  25. ;make sure the script bit of REDMS is on if you are using WB2.0
  26. ;to set the script bit use type in shell "protect ReDMS +S"
  27. ;and you wont need to use the command 'RX' to run Arexx programs.
  28.  
  29. ;hschk -b {PATHF}
  30. ;re add your text if wanted. If not delete above line.
  31. ; NOTE: the current "hschk" program will NOT WORK with 68040 machines!
  32. ;       Use a program such as "Mapus" if you have an 040 Amiga.
  33.